home *** CD-ROM | disk | FTP | other *** search
/ Hottest 6 / Hottest 6 (1996)(PDSoft)[!].iso / software / fredfish / 1059.lha / Programs / MathPlot / Macros / test6.rexx < prev    next >
OS/2 REXX Batch file  |  1994-12-15  |  298b  |  18 lines

  1. /* Test of screentoback/front */
  2.  
  3. address "MPlot_ARexx"
  4. options results
  5.  
  6. if(~show('L','rexxsupport.library')) then do
  7.  if(~addlib('rexxsupport.library',0,-30,0) ) then do
  8.   say "ARexx-support-library not found"
  9.   exit 10
  10.  end
  11. end
  12.  
  13.  
  14. screentofront
  15. a=delay(150)
  16. screentoback
  17. a=delay(150)
  18. screentofront